Skip to main content

6.1.2 Get discount amount options

#Brief description: Get discount amount options

Request parameters

Parameter nameTypeRequiredParameter meaningParameter description
currencystringYesCurrencyDefault CNY
paymentMethodstringYesTransaction methodALIPAY (Alipay), UNIONPAY (UnionPay card), WECHAT (WeChat), DIGITAL_RMB (Digital RMB)

Request json sample

{
"currency": "CNY",
"paymentMethod": "ALIPAY"
}

Response json example

{
"code": 0,
"success": true,
"message": null,
"data": [100]
}
Response data parameter description
Parameter nameTypeParameter meaningParameter descriptionRemarks
dataarrayReturn data (array format)AmountWhen creating an OTC payment order, if you select the amount in this array as the order amount, you can enjoy the channel fee discount.